func runtime.parseByteCount

2 uses

	runtime (current package)
		mgcpacer.go#L1339: 	n, ok := parseByteCount(p)
		string.go#L472: func parseByteCount(s string) (int64, bool) {